html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
textarea,
input {
    margin: 0;
    padding: 0;
}
address,
cite,
dfn,
em,
var,
i,
b {
    font-style: normal;
    font-weight: normal;
}
body {
    font-size: 14px;
    color: #444;
    /* overflow-x: hidden; */
}
/* table {
    border-collapse: collapse;
    border-spacing: 0;
} */
h1,
h2,
h3,
h4,
h5,
h6,
/* th, */
span {
    /* font-size: 100%; */
    margin: 0;
    color: inherit;
}
button,
input,
select,
textarea {
    font-size: 100%;
}
fieldset,
img {
    border: 0;
}
em,
i {
    font-style: normal;
}
ul,
ol,
li {
    list-style: none;
}
img {
    border: none;
    vertical-align: middle;
}
button,
input,
select,
textarea {
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
}
textarea {
    resize: none;
}
i,
e {
    font-style: normal;
    list-style: none;
}
/* table {
    border-collapse: collapse;
    border-spacing: 0;
} */
img {
    -webkit-touch-callout: none;
    vertical-align: top;
}
a {
    vertical-align: top;
    color: #5D6C8E;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    cursor: pointer;
}
ul,
ol {
    list-style: none;
}
input[type="password"],
input[type="text"],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word; /*background: #fff;*/
}
button {
    border-radius: 3px;
}
input[type="text"]::-ms-input-placeholder {
    color: #999 !important;font-size: 13px;
}
input::-moz-placeholder {
    color: #999 !important; font-size: 13px;
}
input::-webkit-input-placeholder {
    color: #999 !important;
    font-size: 13px;
}
li {
    cursor: pointer;
}

.centere {
    min-width: 1200px;
    margin: 0 auto 0;
    overflow: hidden;
}
.containeres{
    width: 80%;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.hidden {
    display: none;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.clearfix {
    zoom: 1;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    word-break: break-all;
    /* font-size: 14px; */
    font-family: Source Han Sans CN;
}
body {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
.topbgshadow {
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 65px;
    z-index: 4999;
}
.zhangzh {
    float: right;
    position: relative;
    top: -323px;
}
